object FormViewer: TFormViewer Left = 241 Top = 418 Width = 437 Height = 300 Hint = 'You can change viewer and printer font from option page.' Caption = 'Viewer' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsMDIChild Icon.Data = {} Position = poDefault Scaled = False ShowHint = True Visible = True OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Memo: TMemo Left = 0 Top = 27 Width = 429 Height = 242 Align = alClient Lines.Strings = ( 'Memo') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 WantTabs = True end object Panel: TPanel Left = 0 Top = 0 Width = 429 Height = 27 Align = alTop BevelOuter = bvLowered TabOrder = 1 object LabelTitle: TLabel Left = 85 Top = 4 Width = 73 Height = 20 Caption = 'LabelTitle' Font.Color = clWindowText Font.Height = -17 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object ButtonPrint: TButton Left = 2 Top = 1 Width = 75 Height = 25 Hint = 'Click to print this mail.' Caption = 'Print' TabOrder = 0 OnClick = ButtonPrintClick end end object PrintDialog: TPrintDialog Left = 398 Top = 65534 end end